Odo Scroll Animation
Performant scroll listeners.
Install
npm install @odopod/odo-scroll-animation --save
Quick Start
import OdoScrollAnimation from '@odopod/odo-scroll-animation';
const scrollElement = document.getElementById('scroller-thing');
const id = OdoScrollAnimation.add(scrollElement, function (scrollTop) {
console.log('scroller-thing scrolled');
});
Visit the Odo component directory for demos, code examples, and documentation.
Affix [1.2.0], Device [1.2.0], Draggable [1.2.0], Dropdown [2.1.0], Responsive Images [1.2.0], Scroll Animation [1.2.0], Scroll Feedback [1.2.0], Sticky Headers [1.2.0], Window Events [1.2.0] - 2018-02-23
Added
index.d.ts
type definitions.
Changed